home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Art / C-Ch / Chris' Filters.cpt / Read Me Chris' Filters next >
Encoding:
Text File  |  1992-02-09  |  1.4 KB  |  34 lines  |  [TEXT/KAHL]

  1.  
  2.  
  3. I'm really not sure if other people will find these filters useful,
  4. but you never know.
  5.  
  6.  
  7. BitShift - appears under the 'Other' menu.  It takes the bytes that
  8.   make up the image and rotates them by a specified number of bits (1-8).
  9.   If you don't understand bit operations -- don't worry about it.  Just try
  10.   the filter on some simple (but varied) image.  I suggest using a grayscale
  11.   image (for speed) and creating a gray ramp somewhere in the image (to show
  12.   you what is going on) and then use BitShift with a value of 1.  Then use it
  13.   again -- this is equivalent to using Bitshift with a value of 2.  Keep going
  14.   until you get the original image back.  Now you should have a feel for what
  15.   the filter really does.
  16.  
  17.   note: Shifting by 8 bits is identical to not doing the rotation at all, but
  18.   is still enabled for debugging. (I won't pretend my code is perfect)
  19.  
  20.  
  21. Total Noise - appears under the 'Noise' menu.  It replaces the selected region
  22.   of the image with random noise.  Adobe's 'Add Noise' filter does just that --
  23.   add noise to the values that are already present.  'Add Noise' with it's
  24.   maximum value of 999 still won't give you fully random, uniform noise.
  25.   This filter will provide that noise.  I use it to generate (with a lot of
  26.   other operations) random backgrounds or to multiply with existing images
  27.   to add texture.
  28.  
  29.  
  30. Chris Cox
  31. cc4b@andrew.cmu.edu
  32. cc4b@cs.cmu.edu
  33. ChrisCox on America Online
  34.